home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / robquo.zip / README < prev    next >
Text File  |  1992-02-03  |  2KB  |  50 lines

  1. Robs Quoter Version .01 Beta
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3. Well, after searching for an easy to quoter I finally decided screw it I'll
  4. write my own! Well here it is, there are only a few quotes (I'm tired and
  5. can't remember anymore).
  6.  
  7. This Quoter should work on any BBS that has a file that could be updated.
  8. It will either create a new quote file for you or will append an existing
  9. one. 
  10.  
  11. Configuration File
  12. ~~~~~~~~~~~~~~~~~~
  13. Y/N (Do You Want An ANSI Quote Produced)
  14. D:\BASIC\TEST1.ASC (Path To ASCII Quote)
  15. D:\BASIC\TEST1.ANS (Path To ANSI Quote If Used)
  16. C (Append an existing file or Create a new one)
  17.  
  18. That's all you need to get the program running. From there simply type ROB and
  19. the quote will be generated. Should you want to add quotes simply do the 
  20. following: Open the ROB.QUO file with any ASCII editor. Before each new quote
  21. place a ~ by itself and a carriage return. After the last quote do not place 
  22. the ~ character. Save the file and type COMP. Then your new quotes will be
  23. included in the list.
  24.  
  25. A note about APPENDING files. This feature will continue adding even if there
  26. is a quote already attached to the file. So here's an example of a batch file
  27. to use before quoteing:
  28.  
  29. CLS
  30. IF EXIST D:\BASIC\TEST1.ANS DEL D:\BASIC\TEST1.ANS
  31. COPY D:\BASIC\BACK\TEST1.ANS D:\BASIC\TEST1.ANS
  32. ROB
  33.  
  34. Always keep a back up without any quotes on it, delete the old quote,copy it
  35. to the working directory and then run the program.
  36.  
  37. Anyways this program is free to anyone who wishes to use it under the condition
  38. that it is not modified and is left entirely in it's orignal form (SOURCE CODE)
  39.  
  40. Other than that you are free to distribute it or any ROB.QUO databases you may
  41. use. The source code may eventually be released but that is a few versions 
  42. away.
  43.  
  44. The next version will include a door program so users may add their own quotes!
  45. Till Then!
  46.  
  47.            Rob
  48.  
  49.  
  50.